gail_misc_add_attribute no longer used outside gailmisc.c
authorMatthias Clasen <mclasen@redhat.com>
Fri, 8 Jul 2011 20:31:48 +0000 (16:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 8 Jul 2011 20:31:48 +0000 (16:31 -0400)
This reduces the number of unwanted exported gail symbols
from 90 to 89. Still some way to go...

gtk/a11y/gailmisc.c
gtk/a11y/gailmisc.h

index 9ac2befb356e65966b8b126e65ce684dbd5934b0..c937ee0c27c0c5076ad265bf1cdfcfd8e48e7150 100644 (file)
@@ -155,18 +155,7 @@ gail_misc_get_index_at_point_in_layout (GtkWidget   *widget,
   return index;
 }
 
-/**
- * gail_misc_add_attribute:
- * @attrib_set: The #AtkAttributeSet to add the attribute to
- * @attr: The AtkTextAttrribute which identifies the attribute to be added
- * @value: The attribute value
- *
- * Creates an #AtkAttribute from @attr and @value, and adds it
- * to @attrib_set. 
- *
- * Returns: A pointer to the new #AtkAttributeSet.
- **/
-AtkAttributeSet*
+static AtkAttributeSet*
 gail_misc_add_attribute (AtkAttributeSet *attrib_set,
                          AtkTextAttribute attr,
                          gchar           *value)
index 9483755c7b2384955d2056799b95698d460ced22..67c60afc11351851aead4eebcfdcbd6046c468de 100644 (file)
@@ -26,9 +26,6 @@
 
 G_BEGIN_DECLS
 
-AtkAttributeSet* gail_misc_add_attribute          (AtkAttributeSet   *attrib_set,
-                                                   AtkTextAttribute   attr,
-                                                   gchar             *value);
 AtkAttributeSet* gail_misc_layout_get_run_attributes
                                                   (AtkAttributeSet   *attrib_set,
                                                    PangoLayout       *layout,